This page last changed on Oct 18, 2011 by jed.wheeler@involver.com.

Overview

logAction is used when a custom action is needed that is not already tracked by Involver's Analytics Platform.


Parameters

name description
name The name you wish to give to the action you are logging
params An associative array of the parameters you wish to log with this action

Examples

<script type="text/javascript">
  function highlightAction(div_id){
     Analytics.logAction(/* String for the Name */'subtab highlighted', /* Object for the Param */ {tab_id: div_id})
  }
</script>

<div id="some_sub_tab" onclick="highlightAction('some_sub_tab')">
     This is a tab with some interesting information inside and we care if they click on it.
</div>

FAQ

How do I check the analytics data?
You should be able to view it under the Analytics tab on the Campaign Dashboard as a Premium subscriber.


Related Topics

Document generated by Confluence on Feb 12, 2013 09:09